string data

英 [strɪŋ ˈdeɪtə] 美 [strɪŋ ˈdeɪtə]

网络  串数据; 字符串数据

计算机



双语例句

  1. String data type is a representation of string literals.
    String数据类型代表字符串字面值。
  2. It simply creates a JSON object from the string data, which is the result of the GET call.
    这段代码根据GET调用产生的字符串数据创建一个JSON对象。
  3. We have now created a new archive file from arbitrary string data and have added an external file to our archive.
    现在已经通过任意的字符串数据创建了新归档文件并已经把外部文件添加到了归档中。
  4. The data that is affected by national languages is not limited to string data.
    受国家语言影响的数据不仅限于字符串数据。
  5. All it takes is a single line of code to turn that string data into a native JavaScript data type by evaluating the JSON-formatted string using the eval statement.
    通过使用eval语句对JSON格式的字符串求值,只需要一行代码就能将该字符串数据转化成原生JavaScript数据类型。
  6. It first explains key concepts, such as character and byte semantics with respect to string data.
    首先解释一些关键概念,比如字符和字符串数据的字节语义。
  7. A string data that has a partial character can be called an incomplete string data.
    可以将拥有部分字符的字符串数据称为不完整的字符串数据。
  8. Text: Simple string data stored as# PCDATA, break, or non-XML characters.
    Text:简单字符串数据,存储为PCDATA、break或非XML字符。
  9. The first cell represents string data.
    第一个单元格表示字符串数据。
  10. Character vs byte semantics of string data
    字符与字符串数据的字节语义之间的对比
  11. Each method takes string data, usually in the form of fragments of HTML or XML, and inserts the data into the document.
    每个方法以字符串数据(通常是以HTML或XML片段的形式)作为参数,并将数据插入到文档中。
  12. This example is only storing string data, so arguably you can simply append it to a longer string and call a simple function in the CalculatorHandler, which in turn can parse it out.
    本例只存储字符串数据,所以您可以简单地将之附加到一个较长的字符串后面,并调用CalculatorHandler中的一个简单函数,然后该函数可以将之解析出来。
  13. The buff argument is the string data being passed to you.
    buff参数是传递给您的字符串数据。
  14. Variations in length for string data or in precision and scale for numeric data also point to potential issues in data presentation, validation, and usage.
    字符串数据长度的变化或数值型数据精度和等级的变化也表明在数据的表示、验证和使用上存在潜在的问题。
  15. In the previous program, you used both integer and string data and never had to tell the Scheme language what type of data was being used.
    在先前的程序中,您使用了整型和字符串数据,因此没有告诉Scheme语言正在使用的是哪种类型的数据。
  16. Next, use the method addFromString(), which allows you to create an entry in the ZIP archive using string data or from a string variable.
    接下来,使用addFromString()方法,该方法允许您使用字符串数据或通过字符串变量在ZIP归档中创建条目。
  17. When migrating a non-Unicode to a Unicode database, string data types have to be changed in case of UCS-2 encoding.
    在将非Unicode数据库迁移到Unicode数据库时,对于UCS-2编码的情况,字符串数据类型必须转换。
  18. The input string data to string functions may have wrong or invalid characters in the string that it is supplied with.
    字符串函数的输入字符串数据可能拥有源字符串中的一些错误字符或无效字符。
  19. What about the string data type named as token?
    token字符串数据类型是干什么的呢?
  20. It is needed for string data types so DB2 knows how long the chain can grow.
    对于字符串数据类型,DB2需要通过它来知道这个链可以增长到多长。
  21. Stand-alone surrogates or incomplete string data
    独立代理或不完整的字符串数据
  22. Your DataStage job needs to process and transform the XML, so it will treat it as string data ( rather than as an unstructured large object or LOB).
    您的DataStage需要处理和转换XML数据,因此它将XML数据当作字符串数据(而不是未结构化的大对象或LOB)。
  23. In addition to mapping numeric and byte fields, it also converts string data to the appropriate codepage when the correct codepage for your native language application is selected.
    除了映射数字和字节字段,在为您的本地语言应用程序选择了正确的代码页时,它还将字符串数据转换成适当的代码页。
  24. Besides allowing string data to be sorted on a remote source, this server option also allows range comparison ( for example, string_col> string_constant) and LIKE predicates to execute remotely.
    除了允许将字符串数据存储在远程数据源之外,这个服务器选项还允许在远程执行范围比较(例如stringcol>stringconstant)和LIKE谓词。
  25. Now suppose each file was roughly1MB of string data and I had to process up to10 files concurrently.
    现在,假设每个文件为大约1MB的字符串数据,并且我必须并发地处理多达10个文件。
  26. Another form of conversion is the process of converting string data to another data type.
    另一种是从串数据到另一种数据类型的转换。
  27. Picture attribute with string data
    串式数据的图像属性
  28. Enter the parameters required to format the source string data.
    输入格式化源字符串数据所需的参数。
  29. The string data type can contain characters, line feeds, carriage returns, and tab characters.
    字符串数据类型包括字符、换行符、回车符和制表符。
  30. Contains an array of string data values for the named value.
    包含指名值的一个字符串数据值数组。